home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
wsc4vb24
/
word.txt
< prev
next >
Wrap
Text File
|
1999-06-01
|
519b
|
17 lines
*** Using WSC with WORD ***
Refer to VBA32.TXT for 32-bit WORD (WORD 97 and later).
WSC4VB can be used with any VBA (Visual Basic for Applications)
program. For example, in Word97, choose "Tools" from the menu bar,
then "Macros", then "Visual Basic Editor". You can then enter VB
code, such as MODULE.BAS.
Before compiling MODULE.BAS, insert WSC32.BAS (or WSC16.BAS) before
the MODULE.BAS code. You may also have to remove the "Global" from the
VB declarations.
Also see ACCESS.TXT and EXCEL.TXT.